Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 6b920bf614db96c9b25052a31fa2477c2719bfd2


Parents : c29b87c
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-04-23T03:40:10-05:00

chore(build): update cx_setup.py to exclude additional modules and increase optimization level

Changes

1 files changed, 7 insertions(+), 1 deletions(-)

M cx_setup.py +7 -1

Diff

diff --git a/cx_setup.py b/cx_setup.py
index 694209f2..5c41c8e5 100644
--- a/cx_setup.py
+++ b/cx_setup.py
@@ -78,8 +78,14 @@ setup(
"include_files": include_files,
"excludes": [
"PIL",
+ "tkinter",
+ "pydoc",
+ "pydoc_data",
+ "setuptools",
+ "distutils",
+ "pkg_resources",
],
- "optimize": 1,
+ "optimize": 2,
"build_exe": build_exe_dir,
"replace_paths": [
("*", ""),


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────